Skip to content

Commit 0ae92c8

Browse files
committed
chore: update workflow references to use the feat/argus-portability branch
1 parent 089d7bd commit 0ae92c8

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/container-scan-from-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: Container Scan from Config
1313
# packages: read
1414
# jobs:
1515
# scan:
16-
# uses: huntridge-labs/argus/.github/workflows/container-scan-from-config.yml@0.7.0
16+
# uses: huntridge-labs/argus/.github/workflows/container-scan-from-config.yml@feat/argus-portability
1717
# with:
1818
# config_file: 'containers.yml'
1919
# secrets: inherit # Required for dynamic secret resolution

.github/workflows/reusable-security-hardening.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
name: Code Quality & Linting
490490
needs: scan-coordinator
491491
if: needs.scan-coordinator.outputs.run_lint == 'true'
492-
uses: huntridge-labs/argus/.github/workflows/linting.yml@0.7.0
492+
uses: huntridge-labs/argus/.github/workflows/linting.yml@feat/argus-portability
493493
with:
494494
post_pr_comment: false
495495
permissions:
@@ -503,7 +503,7 @@ jobs:
503503
name: CodeQL Scanner
504504
needs: scan-coordinator
505505
if: needs.scan-coordinator.outputs.run_codeql == 'true'
506-
uses: huntridge-labs/argus/.github/workflows/scanner-codeql.yml@0.7.0
506+
uses: huntridge-labs/argus/.github/workflows/scanner-codeql.yml@feat/argus-portability
507507
with:
508508
codeql_languages: ${{ inputs.codeql_languages }}
509509
config_file: ${{ inputs.codeql_config_file }}
@@ -521,7 +521,7 @@ jobs:
521521
name: OpenGrep Scanner
522522
needs: scan-coordinator
523523
if: needs.scan-coordinator.outputs.run_opengrep == 'true'
524-
uses: huntridge-labs/argus/.github/workflows/scanner-opengrep.yml@0.7.0
524+
uses: huntridge-labs/argus/.github/workflows/scanner-opengrep.yml@feat/argus-portability
525525
with:
526526
post_pr_comment: false
527527
enable_code_security: ${{ inputs.enable_code_security }}
@@ -537,7 +537,7 @@ jobs:
537537
name: Bandit Scanner
538538
needs: scan-coordinator
539539
if: needs.scan-coordinator.outputs.run_bandit == 'true'
540-
uses: huntridge-labs/argus/.github/workflows/scanner-bandit.yml@0.7.0
540+
uses: huntridge-labs/argus/.github/workflows/scanner-bandit.yml@feat/argus-portability
541541
with:
542542
post_pr_comment: false
543543
enable_code_security: ${{ inputs.enable_code_security }}
@@ -554,7 +554,7 @@ jobs:
554554
name: Gitleaks Scanner
555555
needs: scan-coordinator
556556
if: needs.scan-coordinator.outputs.run_gitleaks == 'true'
557-
uses: huntridge-labs/argus/.github/workflows/scanner-gitleaks.yml@0.7.0
557+
uses: huntridge-labs/argus/.github/workflows/scanner-gitleaks.yml@feat/argus-portability
558558
with:
559559
post_pr_comment: false
560560
enable_code_security: ${{ inputs.enable_code_security }}
@@ -576,7 +576,7 @@ jobs:
576576
name: ClamAV Scanner
577577
needs: scan-coordinator
578578
if: needs.scan-coordinator.outputs.run_clamav == 'true'
579-
uses: huntridge-labs/argus/.github/workflows/scanner-clamav.yml@0.7.0
579+
uses: huntridge-labs/argus/.github/workflows/scanner-clamav.yml@feat/argus-portability
580580
with:
581581
post_pr_comment: false
582582
enable_code_security: ${{ inputs.enable_code_security }}
@@ -593,7 +593,7 @@ jobs:
593593
name: Container Scanner
594594
needs: scan-coordinator
595595
if: needs.scan-coordinator.outputs.run_container == 'true'
596-
uses: huntridge-labs/argus/.github/workflows/container-scan.yml@0.7.0
596+
uses: huntridge-labs/argus/.github/workflows/container-scan.yml@feat/argus-portability
597597
with:
598598
# Disable individual container PR comments - security-summary job provides comprehensive reporting
599599
post_pr_comment: false
@@ -611,7 +611,7 @@ jobs:
611611
name: Infrastructure Scanner
612612
needs: scan-coordinator
613613
if: needs.scan-coordinator.outputs.run_infrastructure == 'true'
614-
uses: huntridge-labs/argus/.github/workflows/infrastructure-scan.yml@0.7.0
614+
uses: huntridge-labs/argus/.github/workflows/infrastructure-scan.yml@feat/argus-portability
615615
with:
616616
iac_path: ${{ inputs.iac_path }}
617617
post_pr_comment: false
@@ -628,7 +628,7 @@ jobs:
628628
name: SBOM Generator
629629
needs: scan-coordinator
630630
if: needs.scan-coordinator.outputs.run_sbom == 'true'
631-
uses: huntridge-labs/argus/.github/workflows/scanner-syft.yml@0.7.0
631+
uses: huntridge-labs/argus/.github/workflows/scanner-syft.yml@feat/argus-portability
632632
with:
633633
enable_code_security: ${{ inputs.enable_code_security }}
634634
permissions:
@@ -643,7 +643,7 @@ jobs:
643643
name: Trivy IaC Scanner
644644
needs: scan-coordinator
645645
if: needs.scan-coordinator.outputs.run_trivy_iac == 'true'
646-
uses: huntridge-labs/argus/.github/workflows/scanner-trivy-iac.yml@0.7.0
646+
uses: huntridge-labs/argus/.github/workflows/scanner-trivy-iac.yml@feat/argus-portability
647647
with:
648648
iac_path: ${{ inputs.iac_path }}
649649
post_pr_comment: false
@@ -660,7 +660,7 @@ jobs:
660660
name: Checkov Scanner
661661
needs: scan-coordinator
662662
if: needs.scan-coordinator.outputs.run_checkov == 'true'
663-
uses: huntridge-labs/argus/.github/workflows/scanner-checkov.yml@0.7.0
663+
uses: huntridge-labs/argus/.github/workflows/scanner-checkov.yml@feat/argus-portability
664664
with:
665665
iac_path: ${{ inputs.iac_path }}
666666
post_pr_comment: false
@@ -677,7 +677,7 @@ jobs:
677677
name: Trivy Container Scanner
678678
needs: scan-coordinator
679679
if: needs.scan-coordinator.outputs.run_trivy_container == 'true'
680-
uses: huntridge-labs/argus/.github/workflows/scanner-trivy-container.yml@0.7.0
680+
uses: huntridge-labs/argus/.github/workflows/scanner-trivy-container.yml@feat/argus-portability
681681
with:
682682
image_ref: 'nginx:latest'
683683
post_pr_comment: false
@@ -695,7 +695,7 @@ jobs:
695695
name: Grype Scanner
696696
needs: scan-coordinator
697697
if: needs.scan-coordinator.outputs.run_grype == 'true'
698-
uses: huntridge-labs/argus/.github/workflows/scanner-grype.yml@0.7.0
698+
uses: huntridge-labs/argus/.github/workflows/scanner-grype.yml@feat/argus-portability
699699
with:
700700
image_ref: 'nginx:latest'
701701
post_pr_comment: false
@@ -713,7 +713,7 @@ jobs:
713713
name: ZAP (DAST) Scanner
714714
needs: scan-coordinator
715715
if: needs.scan-coordinator.outputs.run_zap == 'true'
716-
uses: huntridge-labs/argus/.github/workflows/scanner-zap.yml@0.7.0
716+
uses: huntridge-labs/argus/.github/workflows/scanner-zap.yml@feat/argus-portability
717717
with:
718718
scan_mode: ${{ inputs.zap_scan_mode }}
719719
scan_type: ${{ inputs.zap_scan_type }}
@@ -737,7 +737,7 @@ jobs:
737737
name: OSV Dependency Scanner
738738
needs: scan-coordinator
739739
if: needs.scan-coordinator.outputs.run_osv == 'true'
740-
uses: huntridge-labs/argus/.github/workflows/scanner-osv.yml@0.7.0
740+
uses: huntridge-labs/argus/.github/workflows/scanner-osv.yml@feat/argus-portability
741741
with:
742742
post_pr_comment: false
743743
enable_code_security: ${{ inputs.enable_code_security }}
@@ -756,7 +756,7 @@ jobs:
756756
name: Dependency Review Scanner
757757
needs: scan-coordinator
758758
if: needs.scan-coordinator.outputs.run_dependency_review == 'true'
759-
uses: huntridge-labs/argus/.github/workflows/scanner-dependency-review.yml@0.7.0
759+
uses: huntridge-labs/argus/.github/workflows/scanner-dependency-review.yml@feat/argus-portability
760760
with:
761761
post_pr_comment: false
762762
enable_code_security: ${{ inputs.enable_code_security }}
@@ -776,7 +776,7 @@ jobs:
776776
name: Supply Chain Scanner
777777
needs: scan-coordinator
778778
if: needs.scan-coordinator.outputs.run_supply_chain == 'true'
779-
uses: huntridge-labs/argus/.github/workflows/scanner-supply-chain.yml@0.7.0
779+
uses: huntridge-labs/argus/.github/workflows/scanner-supply-chain.yml@feat/argus-portability
780780
with:
781781
post_pr_comment: false
782782
enable_code_security: ${{ inputs.enable_code_security }}

.github/workflows/scanner-zap-from-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: ZAP DAST from Config
1313
# packages: read
1414
# jobs:
1515
# zap-scan:
16-
# uses: huntridge-labs/argus/.github/workflows/scanner-zap-from-config.yml@0.7.0
16+
# uses: huntridge-labs/argus/.github/workflows/scanner-zap-from-config.yml@feat/argus-portability
1717
# with:
1818
# config_file: '.zap/config.yml'
1919
# secrets: inherit # Required for dynamic secret resolution

examples/configs/zap-config.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# packages: read
1515
# jobs:
1616
# zap:
17-
# uses: huntridge-labs/argus/.github/workflows/scanner-zap-from-config.yml@0.7.0
17+
# uses: huntridge-labs/argus/.github/workflows/scanner-zap-from-config.yml@feat/argus-portability
1818
# with:
1919
# config_file: '.zap/config.yml'
2020
# secrets: inherit # Required for authentication

0 commit comments

Comments
 (0)