Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.0.0"
".": "4.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [4.0.1](https://github.com/CrowdStrike/fcs-action/compare/v4.0.0...v4.0.1) (2026-04-14)


### Bug Fixes

* improve GitHub Code Scanning severity and display ([#73](https://github.com/CrowdStrike/fcs-action/issues/73)) ([3ce3544](https://github.com/CrowdStrike/fcs-action/commit/3ce354478e9914935b28e0f0ae4ab62f10c673f2))
* support 2.3.0 multi-arch image scan results ([#77](https://github.com/CrowdStrike/fcs-action/issues/77)) ([c891641](https://github.com/CrowdStrike/fcs-action/commit/c891641a27c3f143fe78329129dd4dff712fdd27))

## [4.0.0](https://github.com/CrowdStrike/fcs-action/compare/v3.0.0...v4.0.0) (2026-02-26)


Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Create a GitHub secret in your repository to store the CrowdStrike API Client se
<!-- x-release-please-start-version -->
```yaml
- name: Scan All Architectures
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
scan_type: image
image: nginx:latest
Expand All @@ -78,7 +78,7 @@ Create a GitHub secret in your repository to store the CrowdStrike API Client se
<!-- x-release-please-start-version -->
```yaml
- name: Scan Specific Architectures
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
scan_type: image
image: nginx:latest
Expand All @@ -91,7 +91,7 @@ Create a GitHub secret in your repository to store the CrowdStrike API Client se
<!-- x-release-please-start-version -->
```yaml
- name: Scan Single Architecture
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
scan_type: image
image: nginx:latest
Expand Down Expand Up @@ -136,7 +136,7 @@ To use this action in your workflow, add the following step:
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand Down Expand Up @@ -338,7 +338,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -352,7 +352,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-2'
Expand All @@ -367,7 +367,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-2'
Expand All @@ -382,7 +382,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan with Project Name
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -400,7 +400,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
id: fcs
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
Expand All @@ -423,7 +423,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-2'
Expand All @@ -442,7 +442,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan Container Image
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -459,7 +459,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan Container Image with Strict Digest Validation
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -477,7 +477,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan Container Image
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
id: fcs
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
Expand All @@ -499,7 +499,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan Image for Vulnerabilities Only
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-2'
Expand All @@ -520,7 +520,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Generate SBOM
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'eu-1'
Expand All @@ -538,7 +538,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Advanced Image Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -563,7 +563,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan and Upload to Falcon
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand All @@ -582,7 +582,7 @@ To change what triggers a non-zero exit code for image scans, update the image a
<!-- x-release-please-start-version -->
```yaml
- name: Scan Multi-Platform Image
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-2'
Expand All @@ -605,7 +605,7 @@ You can also use configuration files to customize the scan parameters. For more
<!-- x-release-please-start-version -->
```yaml
- name: Run FCS IaC Scan
uses: crowdstrike/fcs-action@v4.0.0
uses: crowdstrike/fcs-action@v4.0.1
with:
falcon_client_id: ${{ vars.FALCON_CLIENT_ID }}
falcon_region: 'us-1'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
Loading